home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / Files.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-16  |  4.6 KB  |  339 lines

  1. .FileItem
  2. {
  3.     float:left;
  4.     width:98%;
  5.     height:20px;
  6.     border-left:4px solid #aaa;
  7.     border-bottom:1px solid #ccc;
  8.     margin:2px 0 0 0px;
  9. }
  10. .FileItem:hover
  11. {
  12.     border-bottom:1px solid #aaa;
  13.     border-left:4px solid #888;
  14.     background:#f5f5f5;
  15. }
  16.  
  17. .FileIcon_sm
  18. {
  19.     float:left;
  20.     width:20px;
  21.     height:20px;
  22.     
  23.     margin:0px 10px 0 2px;
  24. }
  25.  
  26. a.btn_Info:link, a.btn_Info:visited
  27. {
  28.     float:right;
  29.     width:20px;
  30.     height:20px;
  31.     background:url(/img/ProjectCenter/btn_Info.jpg) left top no-repeat;
  32. }
  33.  
  34. a.btn_Info:hover
  35. {
  36.     background:url(/img/ProjectCenter/btn_Info_hover.jpg) left top no-repeat;
  37. }
  38.  
  39. a.btn_Share:link, a.btn_Share:visited
  40. {
  41.     float:right;
  42.     width:20px;
  43.     height:20px;
  44.     background:url(/img/ProjectCenter/btn_Share.jpg) left top no-repeat;
  45.     cursor:row-resize !important;
  46. }
  47.  
  48. a.btn_Share:hover
  49. {
  50.     background:url(/img/ProjectCenter/btn_Share_hover.jpg) left top no-repeat;
  51.     cursor:row-resize !important;
  52. }
  53.  
  54. .FileAttribute_sm
  55. {
  56.     float:right;
  57.     width:70px;
  58.     height:20px;
  59.     line-height:20px;
  60.     color:#666;
  61.     text-align:center;
  62.     font-family:Arial;
  63. }
  64.  
  65.  
  66.  
  67. a.FileName:link, a.FileName:visited
  68. {
  69.     float:left;
  70.  
  71.     height:20px;
  72.     
  73.     line-height:20px;
  74.     color:#222;
  75.     font-weight:bold;
  76.     
  77.     text-decoration:none;
  78. }
  79.  
  80. a.FileName:hover
  81. {
  82.     color:#f00;
  83. }
  84.  
  85. .FileSizePrompt
  86. {
  87.     color:#777 !important;
  88.     font-weight:normal !important;
  89. }
  90.  
  91. .FileControl
  92. {
  93.     margin-right:5px;
  94.     height:15px !important;
  95.     line-height:15px !important;
  96. }
  97.  
  98. .FileInfo
  99. {
  100.     float:left;
  101.     clear:left;
  102.     position:relative;
  103.     width:98%;
  104.     border-left:4px solid #ccc;
  105.     border-bottom:1px solid #ccc;
  106.     border-right:1px solid #ccc;
  107.     background:#eee;
  108.     margin:0 0 0 0;
  109. }
  110.  
  111. .Files_FileIcon
  112. {
  113.     float:left;
  114.     width:50px;
  115.     height:50px;
  116.     border:1px solid #ccc;
  117.     margin:10px 10px 10px 10px;
  118. }
  119.  
  120. .Files_Preview
  121. {
  122.     float:left;
  123.     width:200px;
  124.     height:150px;
  125.     border:1px solid #ccc;
  126.     margin:10px 10px 10px 10px;
  127. }
  128.  
  129. .FileAttribute
  130. {
  131.     float:right;
  132.     width:60%;
  133.     line-height:20px;
  134.     color:#888;
  135.     margin:10px 10px 10px 0px;
  136. }
  137.  
  138. a.TrashLink:link, a.TrashLink:visited
  139. {
  140.     position:absolute;
  141.     top:5px;
  142.     right:5px;
  143.     display:block;
  144.     border:1px solid #eee;
  145.     background:url(/img/iSpace/trash.gif) center no-repeat #eee;
  146.     color:#444;
  147.     width:20px;
  148.     height:20px;
  149.     text-decoration:none;
  150. }
  151.  
  152. a.TrashLink:hover
  153. {
  154.     border:1px solid #999;
  155.     background:url(/img/iSpace/trash.gif) center no-repeat #fff;
  156.     color:#000;
  157. }
  158.  
  159. .InfoValue
  160. {
  161.     color:#000;
  162. }
  163.  
  164. .Input_ReceiverName
  165. {
  166.     width:180px;
  167.     height:20px;
  168.     font-size:12px;
  169.     line-height:15px;
  170.     font-weight:bold;
  171.     color:#777;
  172.     text-align:center;
  173.     background:#eee;
  174.     border:1px solid #ccc;
  175. }
  176.  
  177. .ImageItem
  178. {
  179.     float:left;
  180.     position:relative;
  181.     background:url(/img/ProjectCenter/ImageItem_bg.jpg) left top no-repeat;
  182.  
  183.     width:300px;
  184.     height:185px;
  185.     margin:5px 5px 5px 0;
  186. }
  187. .ImageItem:hover
  188. {
  189.     background:url(/img/ProjectCenter/ImageItem_bg_hover.jpg) left top no-repeat;
  190. }
  191.  
  192. .Thumbnail
  193. {
  194.     float:left;
  195.     width:200px;
  196.     height:150px;
  197.     border:1px solid #aaa;
  198.     margin:4px 0 5px 4px;
  199. }
  200.  
  201. .ImageInfo
  202. {
  203.     position:absolute;
  204.     float:right;
  205.     right:0px;
  206.     top:0px;
  207.     width:85px;
  208.     border-top:1px solid #ccc;
  209.     height:185px;
  210.     font-size:11px;
  211.     font-weight:bold;
  212.     line-height:14px;
  213.     z-index:0;
  214. }
  215.  
  216.     .SpecTitle
  217.     {
  218.         float:left;
  219.         display:block;
  220.         color:#999;
  221.         width:85px;
  222.         
  223.     }
  224.     
  225.     .SpecBody
  226.     {
  227.         float:left;
  228.         display:block;
  229.         color:#555;
  230.         width:85px;
  231.         text-align:right;
  232.         margin-bottom:5px;
  233.     }
  234.  
  235. a.ImageTitle:link, a.ImageTitle:visited
  236. {
  237.     float:left;
  238.     clear:left;
  239.     width:215px;
  240.     height:20px;
  241.     text-decoration:none;
  242.     color:#26c;
  243.     font-size:13px;
  244.     line-height:20px;
  245.     font-family:Tahoma, Arial, SimSun, sans-serif;
  246. }
  247. a.ImageTitle:hover
  248. {
  249.     text-decoration:underline;
  250.     color:#15a;
  251. }
  252.  
  253. a.TrashImage:link, a.TrashImage:visited
  254. {
  255.     position:absolute;
  256.     right:5px;
  257.     bottom:5px;
  258.     display:block;
  259.     border:1px solid #fff;
  260.     background:url(/img/iSpace/trash.gif) center no-repeat;
  261.     color:#444;
  262.     width:20px;
  263.     height:20px;
  264.     text-decoration:none;
  265. }
  266.  
  267. a.TrashImage:hover
  268. {
  269.     border:1px solid #999;
  270.     background:url(/img/iSpace/trash.gif) center no-repeat #eee;
  271.     color:#000;
  272. }
  273.  
  274. .TitleEdit
  275. {
  276.     position:absolute;
  277.     left:2px;
  278.     bottom:0px;
  279.     width:260px;
  280.     height:20px;
  281.     line-height:20px;
  282.     z-index:2;
  283. }
  284.  
  285. .Input_Edit
  286. {
  287.     float:left;
  288.     width:160px;
  289.     height:20px;
  290.     font-size:14px;
  291.     font-weight:bold;
  292.     color:#333;
  293. }
  294.  
  295. .TitleBtn
  296. {
  297.     float:left;
  298.     width:40px;
  299.     height:20px;
  300.     margin:0 5px 0 5px;
  301. }
  302.  
  303. .EmptyIndicator
  304. {
  305.     float:left;
  306.     width:98%;
  307.     height:50px;
  308.     background:url(/img/ProjectCenter/empty_prompt_bg.jpg) repeat-x #eee;
  309.     border:1px solid #ccc;
  310.     margin-bottom:10px;
  311.     text-align:center;
  312.     line-height:50px;
  313.     font-size:14px;
  314.     color:#555;
  315.     cursor:hand;
  316. }
  317.  
  318. a.link:link, a.link:visited
  319. {
  320.     color:#000080 !important;
  321.     text-decoration:none;
  322. }
  323.  
  324. a.link:hover
  325. {
  326.     color:#27c !important;
  327. }
  328.  
  329. .Input_EditType
  330. {
  331.     width:150px;
  332. }
  333.  
  334. .HoverRegion
  335. {
  336.     border-top:1px solid #c0c9cf;
  337.     border-bottom:1px solid #c0c9cf;
  338.     background:#f0f9ff;
  339. }